Fix the clean target of the tools/xenstore Makefile to
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 8 Nov 2005 11:06:18 +0000 (12:06 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 8 Nov 2005 11:06:18 +0000 (12:06 +0100)
remove all files created. Currently leaves some of its
files behind.

Signed-off-by: Tobias Hunger <tobias@aquzul.com>
tools/xenstore/Makefile

index 6fc3992d21758fba2044e83f62ef12f1b98a8747..7b56ad497b04a5596d72dbc2a1d94b57004b8fb6 100644 (file)
@@ -77,7 +77,7 @@ libxenstore.so: xs.opic xs_lib.opic
 clean: testsuite-clean
        rm -f *.o *.opic *.so
        rm -f xenstored xs_random xs_stress xs_crashme
-       rm -f xs_test xenstored_test xs_tdb_dump
+       rm -f xs_test xenstored_test xs_tdb_dump xsls $(CLIENTS)
        $(RM) $(PROG_DEP)
 
 print-dir: